home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / bin / beagle-imlogviewer < prev    next >
Encoding:
Text File  |  2007-04-12  |  378 b   |  12 lines

  1. #! /bin/bash
  2.  
  3. # This line will be automatically uncommented when you "make install"
  4. installed=1
  5.  
  6.     THIS_PATH="/usr/lib/beagle"
  7.     THIS_EXE="/usr/lib/beagle/ImLogViewer.exe"
  8.     export LD_LIBRARY_PATH="/usr/lib/beagle${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}"
  9.  
  10. MONO_PATH="$THIS_PATH${MONO_PATH+:$MONO_PATH}" exec -a beagle-imlogviewer mono $MONO_EXTRA_ARGS --debug $THIS_EXE "$@"
  11.  
  12.